Use -fspecialize-aggressively to improve performance by 30% on ACME b… - #16
Merged
Merged
Conversation
…uild (#4584) * Use -fspecialize-aggressively to improve performance * add fspecialize to cabal project
purefunctor
pushed a commit
to vtrl/purescript
that referenced
this pull request
Sep 10, 2026
Adapt the functional change from purescript#4584, upstream commit 8ac0fb2, authored by seastian. Preserve existing local -O2 -Werror options and omit unrelated cabal.project indentation changes. OxfordAbstracts#16 imported the upstream commit; it was not the original work. This trial makes no claim of Claude authorship or a measured local performance gain yet. Amp-Thread-ID: https://ampcode.com/threads/T-01a08ab3-d46b-76a9-a89a-bfbaebce03d8 Co-authored-by: Amp <amp@ampcode.com> (cherry picked from commit c7df45f)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…uild (purescript#4584)
Use -fspecialize-aggressively to improve performance
add fspecialize to cabal project
Description of the change
Clearly and concisely describe the purpose of the pull request. If this PR relates to an existing issue or change proposal, please link to it. Include any other background context that would help reviewers understand the motivation for this PR.
Checklist: